8e2b5f51b98b2aa5cdc754535773d97599b886c9,xenon-common/src/test/java/com/vmware/xenon/services/common/TestTransactionService.java,TestTransactionService,transactionResolution,#,136

Before Change


    @Test
    public void transactionResolution() throws Throwable {
        ExampleService.ExampleServiceState verifyState;
        List<URI> exampleURIs = new ArrayList<>();
        this.defaultHost.createExampleServices(this.defaultHost, 1, exampleURIs, null);

        String txid = newTransaction();

After Change


    @Test
    public void transactionResolution() throws Throwable {
        ExampleService.ExampleServiceState verifyState;
        List<URI> exampleURIs = this.defaultHost.createExampleServices(this.defaultHost, 1, null);

        String txid = newTransaction();